Linux Bible by Christopher Negus
Author:Christopher Negus
Language: eng
Format: epub, mobi, pdf
ISBN: 9781118999882
Published: 2015-05-04T00:00:00+00:00
Configuring a Default Runlevel or Target Unit
Whereas a persistent service is one that is started at server boot time, a persistent (default) runlevel or target unit is a group of services that are started at boot time. Both classic SysVinit and Upstart define these groups of services as runlevels, while systemd calls them target units.
Configuring the SysVinit default runlevel
You set the persistent runlevel for a Linux server using SysVinit in the /etc/inittab file. A portion of this file is shown here:
# cat /etc/inittab # # inittab This file describes how the INIT process should # set up the system in a certain run-level. ... id:5:initdefault: ...
The initdefault line in the example shows that the current default runlevel is runlevel 5. To change this, simply edit the /etc/inittab file using your favorite editor and change the 5 to one of the following runlevels: 2, 3, or 4. Do not use the runlevels 0 or 6 in this file! This would cause your server to either halt or reboot when it is started up.
Download
Linux Bible by Christopher Negus.mobi
Linux Bible by Christopher Negus.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7770)
Filmora Efficient Editing by Alexander Zacharias(5824)
The Infinite Retina by Robert Scoble Irena Cronin(5304)
Learn Wireshark - Fundamentals of Wireshark. by Lisa Bock(4000)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3937)
Edit Like a Pro with iMovie by Regit(3447)
Linux Administration Best Practices by Scott Alan Miller(2863)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic & Jasmin Redzepagic(2838)
MCSA Windows Server 2016 Study Guide: Exam 70-740 by William Panek(2526)
Mastering PowerShell Scripting - Fourth Edition by Chris Dent(2419)
Docker on Windows by Stoneman Elton(2321)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2317)
Creative Projects for Rust Programmers by Carlo Milanesi(2270)
Hands-On AWS Penetration Testing with Kali Linux by Karl Gilbert(2113)
Hands-On Linux for Architects by Denis Salamanca(2055)
Programming in C (4th Edition) (Developer's Library) by Stephen G. Kochan(2006)
Computers For Seniors For Dummies by Nancy C. Muir(2006)
The Old New Thing by Raymond Chen(1942)
Linux Kernel Debugging by Kaiwan N Billimoria(1765)
